Set tty mode to raw when setting up Inferior Python
authorkobarity <kobarity@gmail.com>
Fri, 16 Feb 2024 13:52:06 +0000 (22:52 +0900)
committerMattias EngdegÄrd <mattiase@acm.org>
Wed, 21 Feb 2024 14:23:59 +0000 (15:23 +0100)
commitd5757178464ca51f79c7fc1ab199a1582e92ab32
treed7034be253db95fb216e0789fa2c56dc2037122f
parent0a4d4781ddc079509cb256edf803d663439dcf92
Set tty mode to raw when setting up Inferior Python

* lisp/progmodes/python.el (python-shell-setup-code): New constant.
(python-shell-comint-watch-for-first-prompt-output-filter): Send
`python-shell-setup-code' to the Inferior Python process.
* test/lisp/progmodes/python-tests.el (python-ffap-module-path-1):
Eliminate skipping on Mac. (Bug#68559)
lisp/progmodes/python.el
test/lisp/progmodes/python-tests.el